home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / rsyncd.conf < prev    next >
Text File  |  2006-05-08  |  518b  |  17 lines

  1. # /etc/rsyncd.conf
  2. # $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/files/rsyncd.conf,v 1.6 2005/03/24 03:12:45 vapier Exp $
  3.  
  4. # Minimal configuration file for rsync daemon
  5. # See rsync(1) and rsyncd.conf(5) man pages for help
  6.  
  7. # This line is required by the /etc/init.d/rsyncd script
  8. pid file = /var/run/rsyncd.pid
  9. use chroot = yes
  10. read only = yes
  11.  
  12. # Simple example for enabling your own local rsync server
  13. #[gentoo-portage]
  14. #    path = /usr/portage
  15. #    comment = Gentoo Linux Portage tree
  16. #    exclude = /distfiles /packages
  17.